zhe41223118/cp2023

  • Home
    • SMap
    • reveal
    • blog
  • About
  • w15
    • try Do
    • ANS 1
    • ANS 2
  • w13
    • step 1
    • step 2
    • step 3
    • bad
  • w12
  • w11
  • w8
  • w7
    • Hello
    • Hello 迴圈與重複
    • Hellogd2
    • korea
  • w4-w5
    • INFO
    • mass-spring-damper
    • Euler Method
  • replit
    • part 1
    • part 2
    • part 3
  • set wifi
  • work
  • program
  • file
  • w17
  • Brython
Hello << Previous Next >> Hellogd2

Hello 迴圈與重複

	#include <stdio.h>
 
int main()
{
    for(int i=0; i<10; i++){
 
printf("hello world\n");
    }
}
int main()
{
    for(int i=0; i<10; i++){
 
printf("第%d次印出 hello world\n", i );
    }
}




Hello << Previous Next >> Hellogd2

Copyright © All rights reserved | This template is made with by Colorlib